home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / game / think / Crafty-18.15.readme < prev    next >
Text File  |  2002-10-26  |  3KB  |  63 lines

  1. Short:    Strongest freeware chess engine.
  2. Author:   achim.stegemann@onlinehome.de (Achim Stegemann)
  3. Uploader: achim.stegemann@onlinehome.de (Achim Stegemann)
  4. Version:  18.15
  5. Type:     game/think
  6.  
  7. Requires: ixemul V48
  8.  
  9.  
  10. Crafty is currently the strongest freeware chess engine available.
  11. It has been written by Bob Hyatt and can be compiled for many different
  12. platforms. This is the Amiga port of Crafty.
  13. Unfortunately, the program can be run in a Shell only and requires
  14. Unix emulation with ixemul.
  15.  
  16. The source code underlies the GNU license. You can find it in the
  17. "src" folder.
  18. The code has been compiled with GNU-C 2.95.3. Compiling with other
  19. Amiga compilers has failed. Compilation requires both a C and a C++
  20. compiler!
  21.  
  22. Type "help" for Crafty's command set.
  23.  
  24. If you like a default startup configuration, you can edit the file
  25. "crafty.rc" with a set of commands. There you can set the hash table
  26. size, pondering, book usage, endgame table usage, time control etc.
  27.  
  28. The binary has been compiled for a 68020/68881 or better.
  29.  
  30. Crafty is able to use opening books and end game tables. These are not
  31. included in this archive because of their tremendous size.
  32.  
  33. How to install the opening book:
  34. * Download ftp://ftp.gnu.org/gnu/chess/book_1.00.pgn.gz
  35. * Unpack the file with gzip, UnArc or any other unpacker
  36.   that can handle gzip-packed files.
  37. * Start Crafty. Type "book create book_1.00.pgn 60" to start compilation
  38.   of the book.
  39. * Wait for about 2 hrs for compilation to finish (on a 060).
  40.   Ignore any error messages while compiling the book.
  41. * After successful compilation you should find the file "book.bin"
  42.   in your program folder.
  43.  
  44. How to install the end game tables:
  45. * Create a folder "TB" in the Crafty folder.
  46. * Go to Bob Hyatt's FTP site at ftp://ftp.cis.uab.edu/pub/hyatt
  47. * Go to th "TB" subdirectory. There you will find entries like
  48.   "three", "four" etc. These folders contain infos about the number
  49.   of pieces left on the board in the endgame.
  50.   Download the contents of these folders and put the files directly
  51.   in the "TB"-folder of Crafty.
  52.   Activate endgame table with the "egtb" command in the Shell or the
  53.   crafty.rc file.
  54.  
  55. Note:
  56. The size of the endgame folders grow extremly fast, the more pieces are left
  57. on the board! It is no problem to use the "three"-folder, while the "four"-folder
  58. requires DSL or better for download. "five" and "six" are not recommended, is their
  59. size would easy burst your harddrive!
  60.  
  61. As Crafty only supports text mode, it is recommended to use Crafty with a real
  62. chess board or with a graphic chess program, that supports a supervisor mode.
  63.